ASP.NET Core MVC コントロールヘルプ
AllowDelete メソッド

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > FlexGridBaseBuilder<T,TControl,TBuilder> クラス : AllowDelete メソッド
The value.
Configurates C1.Web.Mvc.FlexGridBase<T>.AllowDelete. Sets a value that indicates whether the grid should delete selected rows when the user presses the Delete key.
シンタックス
'宣言
 
Public Overridable Function AllowDelete( _
   ByVal value As System.Boolean _
) As TBuilder
public virtual TBuilder AllowDelete( 
   System.bool value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
Selected rows will not be deleted if the IsReadOnly property is set to true.
参照

FlexGridBaseBuilder<T,TControl,TBuilder> クラス
FlexGridBaseBuilder<T,TControl,TBuilder> メンバ